home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000051_news@columbia.edu _Wed May 8 16:47:08 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA20825 for <kermit.misc@watsun>; Wed, 8 May 1996 16:47:07 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id QAA29771 for kermit.misc@watsun; Wed, 8 May 1996 16:47:05 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!vixen.cso.uiuc.edu!newsfeed.internetmci.com!news.kei.com!nntp.coast.net!inquo!in-news.erinet.com!bug.rahul.net!rahul.net!a2i!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  5. From: Clarence Dold <dold@rahul.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How to run sz & rz within Unix Kermit
  8. Date: 8 May 1996 15:07:24 GMT
  9. Organization: a2i network
  10. Lines: 21
  11. Message-ID: <4mqdbc$r40@samba.rahul.net>
  12. References: <Dr1Hxq.B75@cadserv1.tedix.sccsi.com>
  13. NNTP-Posting-Host: foxtrot.rahul.net
  14. NNTP-Posting-User: dold
  15. X-Newsreader: TIN [version 1.2 PL2]
  16.  
  17. Ted Hoang #2 (hoang2@cadserv1.tedix.sccsi.com) wrote:
  18.  
  19. : Could someone tell me how to transfer file using sz and rz within Unix Kermit
  20. : run on both sides of the Unix servers.
  21.  
  22. >From unix to unix, with ckermit version 190 available on both ends, there is
  23. no reason to run sz.  You might need to adjust windows and packets to larger
  24. than defaults, but I wouldn't bother running sz.
  25.  
  26. The only time sz is of value is when you are connecting to a source that
  27. doesn't offer a good kermit implementation.  In those cases, I use:
  28.  
  29. define rz !time rz \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd)
  30. define sz !time sz \%1 \%2 \%3 <&\v(ttyfd) >&\v(ttyfd)
  31.  
  32. These only work if you have the 1988 version of sz.
  33.  
  34. -- 
  35. ---
  36. Clarence A Dold - dold@rahul.net
  37.                 - Pope Valley & Napa CA.